projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca68aad
)
(Fx_wm_set_size_hint): Add missing return value.
author
Andreas Schwab
<schwab@suse.de>
Tue, 4 Nov 2008 12:30:42 +0000
(12:30 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 4 Nov 2008 12:30:42 +0000
(12:30 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9f32abd2d257f130e8103017e66372c6acda028d..4fffc04b7fa80d8e31be72d481ae08970aee264b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-11-04 Andreas Schwab <schwab@suse.de>
+
+ * xfns.c (Fx_wm_set_size_hint): Add missing return value.
+
2008-11-03 Chong Yidong <cyd@stupidchicken.com>
* xfns.c (Fx_wm_set_size_hint): New function.
diff --git
a/src/xfns.c
b/src/xfns.c
index 17cbed27898bc3bcc701115ee7631bad5b9e2ab6..166cca63f2bdc73d67612a4ff35ebbd73307ff1e 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3114,6
+3114,7
@@
If FRAME is nil, use the selected frame. */)
BLOCK_INPUT;
x_wm_set_size_hint (f, 0, 0);
UNBLOCK_INPUT;
+ return Qnil;
}
DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,